home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0039.dms / q0039.adf / Hard-disk < prev    next >
Text File  |  1990-12-02  |  635b  |  23 lines

  1. ;  Hard-Disk        within        NorthC
  2. ;
  3. ; Set up the environment for NorthC to run on an Amiga with a hard disk
  4.  
  5. ; This first bit only needs to be run once, once the programs have been
  6. ; copied to your hard drive you can comment it out
  7.  
  8. ; This assumes that "c:" is on your hard drive
  9. copy NorthC:bin/NorthC c:
  10. copy NorthC:bin/A68K c:
  11. copy NorthC:bin/Blink c:
  12. copy NorthC:bin/make c:
  13. copy NorthC:bin/cc c:
  14. makedir hd0:clibs
  15. copy NorthC:clibs hd0:clibs all
  16. makedir hd0:include
  17. copy NorthC:include hd0:include all
  18.  
  19. ; This bit must be run each time the machine is turned on, maybe you should
  20. ; put it in s:startup-sequence
  21.  
  22. assign clibs: hd0:clibs
  23.